home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / UsingPDF / GhostScript / source / gs5.10 / printafm < prev    next >
Encoding:
Text File  |  1995-09-06  |  154 b   |  7 lines

  1. #!/bin/sh
  2. # Print the metrics from a font in AFM format.  Usage:
  3. #    printafm fontname
  4. # Output goes to stdout.
  5.  
  6. exec gs -q -dNODISPLAY -- printafm.ps "$@"
  7.